Vcenter Namespaces Networks Nsx SharedSubnets Info

Vcenter Namespaces Networks Nsx SharedSubnets Info
Vcenter Namespaces Networks Nsx SharedSubnets Info

The Vcenter Namespaces Networks Nsx SharedSubnets Info contains selected fields from the corresponding Subnet.

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "subnet": "string",
    "name": "string",
    "nsx_path": "string",
    "parent_vpc": {
        "vpc": "string",
        "nsx_path": "string",
        "name": "string"
    },
    "access_mode": "string",
    "ipv4_subnet_size": 0,
    "ip_addresses": [
        {
            "address": "string",
            "prefix": 0
        }
    ],
    "connectivity_state": "string",
    "subnet_static_config": {
        "static_ip_allocation": {
            "enabled": false
        }
    },
    "subnet_dhcp_config": {
        "mode": "string"
    },
    "vlan_connection": "string"
}
string
subnet
Required  

Identifier of the Subnet.

This property was added in vSphere API 9.1.1.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet.

string
name
Required  

Name of the Subnet.

This property was added in vSphere API 9.1.1.0.

string
nsx_path
Required  

NSX path of the Subnet.

This property was added in vSphere API 9.1.1.0.

parent_vpc
Required  

Information of the parent VPC.

This property was added in vSphere API 9.1.1.0.

string
access_mode
Required  

Access mode of the Subnet.

For more information see: Vcenter Namespaces Networks Nsx SharedSubnets AccessMode.

This property was added in vSphere API 9.1.1.0.

integer As int64 As int64
ipv4_subnet_size
Required  

Size of the Subnet.

This property was added in vSphere API 9.1.1.0.

ip_addresses
Required  

Subnet IP addresses.

This property was added in vSphere API 9.1.1.0.

string
connectivity_state
Required  

Connectivity status of the Subnet from other Subnets to the VPC.

For more information see: Vcenter Namespaces Networks Nsx SharedSubnets ConnectivityState.

This property was added in vSphere API 9.1.1.0.

subnet_static_config
Optional

Subnet static IP configuration.

This property was added in vSphere API 9.1.1.0.

If missing or null, the Subnet has no static IP configuration.

subnet_dhcp_config
Optional

Subnet DHCP configuration.

This property was added in vSphere API 9.1.1.0.

If missing or null, the Subnet has no DHCP configuration.

string
vlan_connection
Optional

Distributed VLAN connection path.

This property was added in vSphere API 9.1.1.0.

If missing or null, the Subnet has no vlan connection.